home *** CD-ROM | disk | FTP | other *** search
/ PD ROM 1 / PD ROM Volume I - Macintosh Software from BMUG (1988).iso / Stacks / Hyper Graphics / Random Graphics / Funny Day / card_5322.txt < prev    next >
Encoding:
Text File  |  1988-04-24  |  273 b   |  17 lines

  1. -- card: 5322 from stack: in
  2. -- bmap block id: 10009
  3. -- flags: 0000
  4. -- background id: 2592
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on idle
  8.   global switch
  9.   if switch is 1 then
  10.     go next
  11.   else if switch is 2 then
  12.     visual effect dissolve
  13.     go next
  14.   end if
  15. end idle
  16.  
  17.